home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio 2000 / Ham Radio 2000.iso / ham2000 / tcp_ip / jnos / cmdshelp / mode < prev    next >
Text File  |  1994-08-09  |  2KB  |  35 lines

  1.  
  2. mode <iface> [vc | datagram]
  3.  
  4.      Control the default transmission mode on the specified AX.25
  5. interface. In datagram mode, IP packets are encapsulated in AX.25 UI
  6. frames and transmitted without any other link level mechanisms, such
  7. as connections or acknowledgments.
  8.  
  9.      In vc (virtual circuit) mode, IP packets are encapsulated in
  10. AX.25 I frames and are acknowledged at the link level according to the
  11. AX.25 protocol.  Link level (i.e. AX.25) connections are opened as
  12. necessary.
  13.  
  14.      In both modes, ARP is used to map IP to AX.25 addresses.
  15.  
  16.      (Currently not implemented in NOS: the defaults can be overridden
  17. with the type-of-service (TOS) bits in the IP header.  Turning on the
  18. "reliability" bit causes I frames to be used, while turning on  the
  19. "low delay"  bit uses UI frames.  The effect of turning on both bits
  20. is undefined and subject to change.)
  21.  
  22.      In both modes, IP-level fragmentation is done if the datagram is
  23. larger  than the interface  MTU.  In Virtual Circuit mode, however,
  24. the resulting datagram (or fragments) is further fragmented at the
  25. AX.25 layer if it (or  they) is still larger  than the AX.25 <paclen>
  26. parameter.  In AX.25 fragmentation, datagrams are broken into several
  27. I frames and reassembled at the  receiving end before being passed to
  28. IP.  This is preferable to IP fragmentation whenever possible because
  29. of decreased overhead (the IP header isn't repeated  in each
  30. fragment) and increased  robustness  (a  lost fragment is immediately
  31. retransmitted by the link layer).
  32.  
  33.      
  34.  
  35.